home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3matprv.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_R3MATPREVIEW_H = 1;
- include("real/gadget/r3lprgds.js")
-
-
- var R3CLID_MATERIALPREVIEWGADGET = 1487;
-
-
-
-
- // Description: Registers a material class for the material gadget.
- // Virtual method
- // Returns: Integer, TRUE if succesfull
- // p3: Integer, class id of the material class
-
- R3MATPREVIEWCM_REGISTERMATER = 1487000;
-
- function mR3MATPREVIEWCM_REGISTERMATER(p3) {
- return DoA(this.r3obj, 1487000, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Materialpreviewgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MATERIALPREVIEWGADGET, arguments);
- }
- // Methods
- this.REGISTERMATER=mR3MATPREVIEWCM_REGISTERMATER;
-
- // Attributes
- }
-
- r3Materialpreviewgadget.prototype=new r3Listpropertygadget;
- // r3matprv.h_H